dvb_cmd_name

@brief Returns the string name associated with a DVBv5 command @ingroup frontend

@param cmd DVBv5 or libdvbv5 property

@details This function gets an integer argument (cmd) and returns a string that corresponds to the name of that property.

@return it returns a string that corresponds to the property name. For example: dvb_cmd_name(DTV_GUARD_INTERVAL) would return "GUARD_INTERVAL" It also returns names for the properties used internally by libdvbv5.

extern (C)
const(char)*
dvb_cmd_name
(
int cmd
)

Meta